home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / mac / Info / 5Networking / ATTACHMA / MODEMINT.EXE / GWMCMQXB.EXE / GWINTMCM.BAT < prev    next >
DOS Batch File  |  1995-01-05  |  865b  |  50 lines

  1. @ECHO OFF 
  2. CLS
  3. ECHO ** Sending 9600 GW Configuration To Microcom QX/4232bis On %1 **
  4. MODE %1:96,N,8,1>NUL
  5.  
  6. ECHO
  7. ECHO - Load Factory Settings
  8. TYPE gwint.MDM>%1
  9. DELAY
  10.  
  11. ECHO - Basic Hayes Set
  12. TYPE gwint0.MDM>%1
  13. DELAY
  14.  
  15. ECHO . Ampersand Commands (Set 1)
  16. TYPE gwint&0.MDM>%1
  17. DELAY
  18.             
  19. ECHO . Percent Commands (Set 1)
  20. TYPE gwintpc0.MDM>%1
  21. DELAY
  22.  
  23. ECHO $ Commands (Set 1)
  24. TYPE GWINT$0.MDM>%1
  25. DELAY
  26.  
  27. ECHO Respond To Modem
  28. TYPE GWINTYES.MDM>%1
  29. DELAY
  30.  
  31. ECHO Dash Commands (Set 1)
  32. TYPE GWINTDSH.MDM>%1
  33. DELAY
  34.  
  35. ECHO Backslash Commands (Set 1)
  36. TYPE GWINTBS0.MDM>%1
  37. DELAY
  38.  
  39. ECHO s S-Register (Set 1)
  40. TYPE gwintS00.MDM>%1
  41. DELAY
  42.  
  43. ECHO Write NVRAM Page 0 
  44. TYPE gwintwrt.MDM>%1
  45. DELAY
  46.  
  47. ECHO                                                                          .
  48. ECHO *****      Modem Configuration Complete      *****
  49. @ECHO ON
  50.